3.1425 \(\int \frac{1}{x^6 \left (2+x^6\right )^{3/2}} \, dx\)

Optimal. Leaf size=197 \[ -\frac{2 \sqrt{x^6+2}}{15 x^5}+\frac{1}{6 x^5 \sqrt{x^6+2}}-\frac{2^{2/3} x \left (x^2+\sqrt [3]{2}\right ) \sqrt{\frac{x^4-\sqrt [3]{2} x^2+2^{2/3}}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}} F\left (\cos ^{-1}\left (\frac{\left (1-\sqrt{3}\right ) x^2+\sqrt [3]{2}}{\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}}\right )|\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{15 \sqrt [4]{3} \sqrt{\frac{x^2 \left (x^2+\sqrt [3]{2}\right )}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}} \sqrt{x^6+2}} \]

[Out]

1/(6*x^5*Sqrt[2 + x^6]) - (2*Sqrt[2 + x^6])/(15*x^5) - (2^(2/3)*x*(2^(1/3) + x^2
)*Sqrt[(2^(2/3) - 2^(1/3)*x^2 + x^4)/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*EllipticF[
ArcCos[(2^(1/3) + (1 - Sqrt[3])*x^2)/(2^(1/3) + (1 + Sqrt[3])*x^2)], (2 + Sqrt[3
])/4])/(15*3^(1/4)*Sqrt[(x^2*(2^(1/3) + x^2))/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*S
qrt[2 + x^6])

_______________________________________________________________________________________

Rubi [A]  time = 0.122748, antiderivative size = 197, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.231 \[ -\frac{2 \sqrt{x^6+2}}{15 x^5}+\frac{1}{6 x^5 \sqrt{x^6+2}}-\frac{2^{2/3} x \left (x^2+\sqrt [3]{2}\right ) \sqrt{\frac{x^4-\sqrt [3]{2} x^2+2^{2/3}}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}} F\left (\cos ^{-1}\left (\frac{\left (1-\sqrt{3}\right ) x^2+\sqrt [3]{2}}{\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}}\right )|\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{15 \sqrt [4]{3} \sqrt{\frac{x^2 \left (x^2+\sqrt [3]{2}\right )}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}} \sqrt{x^6+2}} \]

Antiderivative was successfully verified.

[In]  Int[1/(x^6*(2 + x^6)^(3/2)),x]

[Out]

1/(6*x^5*Sqrt[2 + x^6]) - (2*Sqrt[2 + x^6])/(15*x^5) - (2^(2/3)*x*(2^(1/3) + x^2
)*Sqrt[(2^(2/3) - 2^(1/3)*x^2 + x^4)/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*EllipticF[
ArcCos[(2^(1/3) + (1 - Sqrt[3])*x^2)/(2^(1/3) + (1 + Sqrt[3])*x^2)], (2 + Sqrt[3
])/4])/(15*3^(1/4)*Sqrt[(x^2*(2^(1/3) + x^2))/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*S
qrt[2 + x^6])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 6.09072, size = 172, normalized size = 0.87 \[ - \frac{3^{\frac{3}{4}} x \sqrt{\frac{2 \sqrt [3]{2} x^{4} - 2 \cdot 2^{\frac{2}{3}} x^{2} + 4}{\left (x^{2} \left (1 + \sqrt{3}\right ) + \sqrt [3]{2}\right )^{2}}} \left (x^{2} + \sqrt [3]{2}\right ) F\left (\operatorname{acos}{\left (\frac{x^{2} \left (- \sqrt{3} + 1\right ) + \sqrt [3]{2}}{x^{2} \left (1 + \sqrt{3}\right ) + \sqrt [3]{2}} \right )}\middle | \frac{\sqrt{3}}{4} + \frac{1}{2}\right )}{45 \sqrt{\frac{x^{2} \left (x^{2} + \sqrt [3]{2}\right )}{\left (x^{2} \left (1 + \sqrt{3}\right ) + \sqrt [3]{2}\right )^{2}}} \sqrt{x^{6} + 2}} - \frac{2 \sqrt{x^{6} + 2}}{15 x^{5}} + \frac{1}{6 x^{5} \sqrt{x^{6} + 2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**6/(x**6+2)**(3/2),x)

[Out]

-3**(3/4)*x*sqrt((2*2**(1/3)*x**4 - 2*2**(2/3)*x**2 + 4)/(x**2*(1 + sqrt(3)) + 2
**(1/3))**2)*(x**2 + 2**(1/3))*elliptic_f(acos((x**2*(-sqrt(3) + 1) + 2**(1/3))/
(x**2*(1 + sqrt(3)) + 2**(1/3))), sqrt(3)/4 + 1/2)/(45*sqrt(x**2*(x**2 + 2**(1/3
))/(x**2*(1 + sqrt(3)) + 2**(1/3))**2)*sqrt(x**6 + 2)) - 2*sqrt(x**6 + 2)/(15*x*
*5) + 1/(6*x**5*sqrt(x**6 + 2))

_______________________________________________________________________________________

Mathematica [A]  time = 1.2621, size = 183, normalized size = 0.93 \[ \frac{-15 x^6-9 \left (x^6+2\right )-\frac{4\ 2^{2/3} 3^{3/4} \left (x^2+\sqrt [3]{2}\right ) \sqrt{\frac{x^4-\sqrt [3]{2} x^2+2^{2/3}}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}} x^6 F\left (\cos ^{-1}\left (\frac{\sqrt [3]{2}-\left (-1+\sqrt{3}\right ) x^2}{\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}}\right )|\frac{1}{4} \left (2+\sqrt{3}\right )\right )}{\sqrt{\frac{x^2 \left (x^2+\sqrt [3]{2}\right )}{\left (\left (1+\sqrt{3}\right ) x^2+\sqrt [3]{2}\right )^2}}}}{180 x^5 \sqrt{x^6+2}} \]

Antiderivative was successfully verified.

[In]  Integrate[1/(x^6*(2 + x^6)^(3/2)),x]

[Out]

(-15*x^6 - 9*(2 + x^6) - (4*2^(2/3)*3^(3/4)*x^6*(2^(1/3) + x^2)*Sqrt[(2^(2/3) -
2^(1/3)*x^2 + x^4)/(2^(1/3) + (1 + Sqrt[3])*x^2)^2]*EllipticF[ArcCos[(2^(1/3) -
(-1 + Sqrt[3])*x^2)/(2^(1/3) + (1 + Sqrt[3])*x^2)], (2 + Sqrt[3])/4])/Sqrt[(x^2*
(2^(1/3) + x^2))/(2^(1/3) + (1 + Sqrt[3])*x^2)^2])/(180*x^5*Sqrt[2 + x^6])

_______________________________________________________________________________________

Maple [C]  time = 0.039, size = 38, normalized size = 0.2 \[ -{\frac{4\,{x}^{6}+3}{30\,{x}^{5}}{\frac{1}{\sqrt{{x}^{6}+2}}}}-{\frac{2\,x\sqrt{2}}{15}{\mbox{$_2$F$_1$}({\frac{1}{6}},{\frac{1}{2}};\,{\frac{7}{6}};\,-{\frac{{x}^{6}}{2}})}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^6/(x^6+2)^(3/2),x)

[Out]

-1/30*(4*x^6+3)/x^5/(x^6+2)^(1/2)-2/15*2^(1/2)*x*hypergeom([1/6,1/2],[7/6],-1/2*
x^6)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{{\left (x^{6} + 2\right )}^{\frac{3}{2}} x^{6}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((x^6 + 2)^(3/2)*x^6),x, algorithm="maxima")

[Out]

integrate(1/((x^6 + 2)^(3/2)*x^6), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{1}{{\left (x^{12} + 2 \, x^{6}\right )} \sqrt{x^{6} + 2}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((x^6 + 2)^(3/2)*x^6),x, algorithm="fricas")

[Out]

integral(1/((x^12 + 2*x^6)*sqrt(x^6 + 2)), x)

_______________________________________________________________________________________

Sympy [A]  time = 4.16254, size = 39, normalized size = 0.2 \[ \frac{\sqrt{2} \Gamma \left (- \frac{5}{6}\right ){{}_{2}F_{1}\left (\begin{matrix} - \frac{5}{6}, \frac{3}{2} \\ \frac{1}{6} \end{matrix}\middle |{\frac{x^{6} e^{i \pi }}{2}} \right )}}{24 x^{5} \Gamma \left (\frac{1}{6}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**6/(x**6+2)**(3/2),x)

[Out]

sqrt(2)*gamma(-5/6)*hyper((-5/6, 3/2), (1/6,), x**6*exp_polar(I*pi)/2)/(24*x**5*
gamma(1/6))

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{1}{{\left (x^{6} + 2\right )}^{\frac{3}{2}} x^{6}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/((x^6 + 2)^(3/2)*x^6),x, algorithm="giac")

[Out]

integrate(1/((x^6 + 2)^(3/2)*x^6), x)